home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / ARTAbrot 1.21 / ARTAbrot 1.21 - ReadMe < prev    next >
Encoding:
Text File  |  1994-05-05  |  1.2 KB  |  33 lines  |  [TEXT/R*ch]

  1. ARTAbrot - Apple Real-Time Architecture Mandelbrot Program
  2. Version 1.21
  3. by George Warner
  4. 03/29/94
  5. warnergt@aloft.att.com
  6.  
  7. REQUIREMENTS:
  8. ARTA equipped Macintosh (Quadra 840av, Centris 660av, Quadra 660av 
  9. or Mac with ARTA plug-in board), 68020 or greater
  10.  
  11. 1. WHAT IT IS: ARTAbrot is a Mandelbrot program that it uses the AT&T 
  12. DSP3210 in ARTA to quickly perform the intensive Mandelbrot calculations.
  13. Complete source code too!  This is "must have" sample source code for 
  14. anyone considering to do some DSP programming on av Macs.
  15.  
  16. Release 1.21 03/29/94    Fixed code that tested for the presence of ARTA.
  17. Release 1.2    03/26/94    Added code for selecting new coordinates by 
  18. dragging a rectangle around the new area of interest.  Special thanks to 
  19. Wayne Vucenic (wvucenic@netcom.com) for contributing this code.  Added a 
  20. color icon and a jazzed up about box.  Added code to test for the presence 
  21. of ARTA to prevent errors when attempting to execute on non-ARTA Macs.  
  22. Now immediately starts calculating a Mandelbrot image upon launching the 
  23. application.
  24. Release 1.1    11/22/93    Added support for larger windows, resizable 
  25. windows, and background processing.
  26. Release 1.0    08/23/93    First version.
  27.  
  28.  
  29.  
  30. That is all.
  31. George Warner
  32. warnergt@aloft.att.com
  33.